* src/fns.c (struct textprop_rec, concat_to_string): Remove `from`.
struct textprop_rec
{
ptrdiff_t argnum; /* refer to ARGS (arguments of `concat') */
- ptrdiff_t from; /* refer to ARGS[argnum] (argument string) */
ptrdiff_t to; /* refer to VAL (the target string) */
};
if (string_intervals (arg))
{
textprops[num_textprops].argnum = i;
- textprops[num_textprops].from = 0;
textprops[num_textprops].to = toindex;
num_textprops++;
}